| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRSetTransitionProperty function to set the value of a transition property.
OSErr QTVRSetTransitionProperty (
QTVRInstance qtvr,
UInt32transitionType,
UInt32transitionProperty,
SInt32 transitionValue);
The QTVRSetTransitionProperty function sets the value of the transition property whose type is specified by the transitionType and transitionProperty parameters for the movie specified by the qtvr parameter to the value specified by the transitionValue parameter.
Note that calling QTVRSetTransitionProperty simply sets a transition property's value; you must still call QTVREnableTransition to enable that transition effect.
| Previous | Chapter contents | Chapter top | Section top | Next |